home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 553
- Height = 175
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 23
- Height = 13
- Caption = 'From'
- end
- object Label2: TLabel
- Left = 400
- Top = 16
- Width = 16
- Height = 13
- Caption = 'To:'
- end
- object Label3: TLabel
- Left = 88
- Top = 80
- Width = 42
- Height = 13
- Caption = 'Directory'
- end
- object Button1: TButton
- Left = 184
- Top = 32
- Width = 193
- Height = 25
- Caption = 'Create Dir'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 16
- Top = 40
- Width = 121
- Height = 21
- TabOrder = 1
- Text = '1'
- end
- object Edit2: TEdit
- Left = 400
- Top = 40
- Width = 121
- Height = 21
- TabOrder = 2
- Text = '41'
- end
- object Edit3: TEdit
- Left = 88
- Top = 112
- Width = 377
- Height = 21
- TabOrder = 3
- Text = 'G:\mp3disc\mp3'
- end
- end
-